home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows (5th Edition) / Programming Windows, 5th ed. - Companion CD (097-0002183)(1999).iso / Chap10 / MenuDemo / RESOURCE.H < prev   
Encoding:
C/C++ Source or Header  |  1998-10-09  |  1.3 KB  |  36 lines

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by MenuDemo.rc
  4. //
  5. #define IDM_FILE_NEW                    40001
  6. #define IDM_FILE_OPEN                   40002
  7. #define IDM_FILE_SAVE                   40003
  8. #define IDM_FILE_SAVE_AS                40004
  9. #define IDM_APP_EXIT                    40005
  10. #define IDM_EDIT_UNDO                   40006
  11. #define IDM_EDIT_CUT                    40007
  12. #define IDM_EDIT_COPY                   40008
  13. #define IDM_EDIT_PASTE                  40009
  14. #define IDM_EDIT_CLEAR                  40010
  15. #define IDM_BKGND_WHITE                 40011
  16. #define IDM_BKGND_LTGRAY                40012
  17. #define IDM_BKGND_GRAY                  40013
  18. #define IDM_BKGND_DKGRAY                40014
  19. #define IDM_BKGND_BLACK                 40015
  20. #define IDM_TIMER_START                 40016
  21. #define IDM_TIMER_STOP                  40017
  22. #define IDM_APP_HELP                    40018
  23. #define IDM_APP_ABOUT                   40019
  24. #define ID_MENUITEM40020                40020
  25.  
  26. // Next default values for new objects
  27. // 
  28. #ifdef APSTUDIO_INVOKED
  29. #ifndef APSTUDIO_READONLY_SYMBOLS
  30. #define _APS_NEXT_RESOURCE_VALUE        102
  31. #define _APS_NEXT_COMMAND_VALUE         40021
  32. #define _APS_NEXT_CONTROL_VALUE         1000
  33. #define _APS_NEXT_SYMED_VALUE           101
  34. #endif
  35. #endif
  36.